home *** CD-ROM | disk | FTP | other *** search
/ Amiga News 96 / Amiga News 96.iso / amig_ad_os / amitex / arexx / heure.amitex < prev    next >
Text File  |  1997-01-11  |  205b  |  10 lines

  1. /* date.rexx */
  2.  
  3. IF (~SHOW('L','rexxlocaldates.library')) THEN
  4.   CALL ADDLIB('rexxlocaldates.library',0,-30,0)
  5.  
  6. Ib = OpenLocale()
  7.  
  8. heure = FormatDate(Ib, ,"%Hh%M")     /* "%Hh%Mm%Ss" */
  9. 'WRITE("'heure'")'
  10.